W3C

searchProperty Tests

Device Independence Working Group

The tests for searchProperty in this page are derived from Section 5.1.2.7

TestDescriptionOrange Labs ResultNokia Result
Capture chain determined at the start of processing. Does not change even if there are changes to the tree during event processing (might not be relevant)Not TestedNot Tested
eventTargetInterface-3Capture happens first, down from the root to the event's targetPassPass
eventTargetInterface-3Capture event does NOT happen on the event targetPassPass
eventTargetInterface-4stopPropagation() from a listener should not stop events from firing at the current level (additional listeners on the same EventTarget)PassNot Tested
eventTargetInterface-4stopPropagation() from a listener should prevent the event from continuing any further towards the events targetPassNot Tested
eventTargetInterface-4event should not be raised on the target if stopPropagation() was called during capturePassNot Tested
eventTargetInterface-4stopPropagation() called during capture should prevent bubble phase (?)PassNot Tested